Automate The Planet

Newsletter Image

Messages

2/18/2021
16 : 4

 Automate The Planet- Compelling Tuesday

Compelling Tuesday Most Complete Appium C# Cheat Sheet Download the most complete Appium C# cheat sheet. All you need to know – from basic to the most advanced configurations. Upcoming Online Training
2/13/2021
5 : 8

 Automate The Planet- Compelling Tuesday

Compelling Tuesday Most Complete Selenium WebDriver Java Cheat Sheet Download the most complete Selenium WebDriver Java cheat sheet. All you need to know – from most basic to the most advanced
2/3/2021
16 : 14

 Automate The Planet- Compelling Tuesday

Compelling Tuesday WebDriver – Capture and Modify HTTP Traffic – Java Code Learn how to integrate a proxy server in your WebDriver tests so that you can capture all HTTP requests and modify them. Check
1/27/2021
15 : 14

 Automate The Planet- Compelling Tuesday

Compelling Tuesday Strategy Design Pattern in Automated Testing Java Code The next article from the Java Design Patterns Series (the technical review of the Java book is in progress ) "Detailed
1/21/2021
13 : 14

 Automate The Planet- Compelling Tuesday

Compelling Tuesday Facade Design Pattern in Automated Testing Java Code The next very detailed article for design pattern in automated testing in Java + few notes from my 3rd upcoming book "Design
1/12/2021
14 : 44

 Automate The Planet- Compelling Tuesday

Compelling Tuesday Advanced Page Object Pattern in Automated Testing Java Code A new article for design pattern in automated testing in Java + few quotes and notes from my 3rd upcoming book "
1/7/2021
14 : 44

 Automate The Planet- Compelling Tuesday

Compelling Tuesday Page Object Pattern in Automated Testing Java Code New year 🥳 = new article for automated testing with Java. 🤓 I am on the final line of finishing my 3rd book - "Design Patterns
12/29/2020
13 : 14

 Automate The Planet- Compelling Tuesday

Compelling Tuesday Design Patterns for High-Quality Automated Tests: Singleton An article of mine on the blog of our friends from TestProject. 🤓 #automationtesting #designpatterns #seleniumwebdriver
12/23/2020
14 : 4

 Automate The Planet- Compelling Tuesday

Compelling Tuesday Design Patterns for High-Quality Automated Tests: Fluent API An article of mine on the blog of our friends from TestProject. 🤓 #automationtesting #designpatterns #seleniumwebdriver
12/15/2020
12 : 24

 Automate The Planet- Compelling Tuesday

Compelling Tuesday Enterprise Test Automation Framework: Plugin Architecture in SpecFlow - We will design a module for SpecFlow that will allow us to execute various plugins' logic through the
12/10/2020
2 : 27

 Automate The Planet- Compelling Tuesday

Compelling Tuesday Enterprise Test Automation Framework: Plugin Architecture in NUnit - We will design a module for NUnit that will allow us to execute various plugins' logic through the NUnit
12/4/2020
3 : 9

 Automate The Planet- Compelling Tuesday

Compelling Tuesday How to Create a Chat Bot Side-kick for Test Automation? Webinar Recording - We looked into how to create such a chatbot that can help you with specific test automation tasks-
11/25/2020
14 : 14

 Automate The Planet- Compelling Tuesday

Compelling Tuesday Custom Test Automation Framework: Plugin Architecture in MSTest We will design a module for MSTest that will allow us to execute various plugins' logic through the MSTest
11/19/2020
13 : 14

 Automate The Planet- Compelling Tuesday

Compelling Tuesday Custom Test Automation Framework: Logging Module Design №7 We will design a module that will allow us to log data messages to test output, files, console, files. We will use it for
11/10/2020
14 : 44

 Automate The Planet- Compelling Tuesday

Compelling Tuesday Custom Test Automation Framework: Configuration Module Design We will design a module that will allow us to read configuration data from a JSON config file depending on the build
11/3/2020
15 : 14

 Automate The Planet- Compelling Tuesday

Compelling Tuesday Custom Test Automation Framework: Inversion of Control Containers We will discuss the inversion of control containers and how we can use them to enable modularity and support
10/27/2020
12 : 44

 Automate The Planet- Compelling Tuesday

Compelling Tuesday Custom Test Automation Framework: Modularity Planning and Design Planning and designing framework modularity is essential for supporting more comfortable usage, maintainability, and
10/13/2020
14 : 14

 Automate The Planet- Compelling Tuesday

Compelling Tuesday Custom Test Automation Framework: Define Features Part 3 The first step of creating a custom test automation framework is to define the features you need to implement and do proper
10/7/2020
12 : 4

 Automate The Planet- Compelling Tuesday

Compelling Tuesday Custom Test Automation Framework: Define Features Part 2 The first step of creating a custom test automation framework is to define the features you need to implement and do proper
9/29/2020
15 : 14

 Automate The Planet- Compelling Tuesday

Compelling Tuesday Reusing Functional Tests for Load Testing Video recording to the webinar + links to all resources and source code "I talked about how to reuse our functional WebDriver tests for